home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / os2 / pyth_os2.zip / CONFIG.H next >
C/C++ Source or Header  |  1994-06-02  |  8KB  |  303 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if you have access to sockets library */
  12. /* #define HAVE_SOCKETS 1 */
  13.  
  14. /* Define if type char is unsigned and you are not using gcc.  */
  15. /* #undef __CHAR_UNSIGNED__ */
  16.  
  17. /* Define to empty if the keyword does not work.  */
  18. /* #undef const */
  19.  
  20. /* Define if you have dirent.h.  */
  21. #define DIRENT 1
  22.  
  23. /* Define to the type of elements in the array set by `getgroups'.
  24.    Usually this is either `int' or `gid_t'.  */
  25. /* #undef GETGROUPS_T */
  26.  
  27. /* Define to `int' if <sys/types.h> doesn't define.  */
  28. /* #undef gid_t */
  29.  
  30. /* Define if your struct tm has tm_zone.  */
  31. /* #undef HAVE_TM_ZONE */
  32.  
  33. /* Define if you don't have tm_zone but do have the external array
  34.    tzname.  */
  35. #define HAVE_TZNAME 1
  36.  
  37. /* Define if on MINIX.  */
  38. /* #undef _MINIX */
  39.  
  40. /* Define if on OS2 */
  41. #define OS2 1
  42.  
  43. /* Define to `int' if <sys/types.h> doesn't define.  */
  44. /* #undef mode_t */
  45.  
  46. /* Define if you don't have dirent.h, but have ndir.h.  */
  47. /* #undef NDIR */
  48.  
  49. /* Define to `long' if <sys/types.h> doesn't define.  */
  50. /* #undef off_t */
  51.  
  52. /* Define to `int' if <sys/types.h> doesn't define.  */
  53. /* #undef pid_t */
  54.  
  55. /* Define if the system does not provide POSIX.1 features except
  56.    with this defined.  */
  57. /* #undef _POSIX_1_SOURCE */
  58.  
  59. /* Define if you need to in order for stat and other things to work.  */
  60. /* #undef _POSIX_SOURCE */
  61.  
  62. /* Define as the return type of signal handlers (int or void).  */
  63. #define RETSIGTYPE void
  64.  
  65. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  66. /* #undef size_t */
  67.  
  68. /* Define if you have the ANSI C header files.  */
  69. #define STDC_HEADERS 1
  70.  
  71. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  72. /* #undef SYSDIR */
  73.  
  74. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  75. /* #undef SYSNDIR */
  76.  
  77. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  78. #define TIME_WITH_SYS_TIME 1
  79.  
  80. /* Define if your <sys/time.h> declares struct tm.  */
  81. /* #undef TM_IN_SYS_TIME */
  82.  
  83. /* Define to `int' if <sys/types.h> doesn't define.  */
  84. /* #undef uid_t */
  85.  
  86. /* Define if the closedir function returns void instead of int.  */
  87. /* #undef VOID_CLOSEDIR */
  88.  
  89. /* Define if your <unistd.h> contains bad prototypes for exec*()
  90.    (as it does on SGI IRIX 4.x) */
  91. /* #undef BAD_EXEC_PROTOTYPES */
  92.  
  93. /* Define if your compiler botches static forward declarations
  94.    (as it does on SCI ODT 3.0) */
  95. /* #undef BAD_STATIC_FORWARD */
  96.  
  97. /* Define if getpgrp() must be called as getpgrp(0)
  98.    and (consequently) setpgrp() as setpgrp(0, 0). */
  99. /* #undef GETPGRP_HAVE_ARGS */
  100.  
  101. /* Define this if your time.h defines altzone */
  102. /* #undef HAVE_ALTZONE */
  103.  
  104. /* Define if your compiler supports function prototypes */
  105. #define HAVE_PROTOTYPES 1
  106.  
  107. /* Define if your compiler supports variable length function prototypes
  108.    (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
  109. #define HAVE_STDARG_PROTOTYPES 1
  110.  
  111. /* Define to empty if the keyword does not work.  */
  112. /* #undef signed */
  113.  
  114. /* Define if  you can safely include both <sys/select.h> and <sys/time.h>
  115.    (which you can't on SCO ODT 3.0). */
  116. /* #undef SYS_SELECT_WITH_SYS_TIME */
  117.  
  118. /* Define if you want to use SGI (IRIX 4) dynamic linking.
  119.    This requires the "dl" library by Jack Jansen,
  120.    ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
  121.    Don't bother on IRIX 5, it already has dynamic linking using SunOS
  122.    style shared libraries */ 
  123. /* #undef WITH_SGI_DL */
  124.  
  125. /* Define if you want to emulate SGI (IRIX 4) dynamic linking.
  126.    This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
  127.    Sequent Symmetry (Dynix), and Atari ST.
  128.    This requires the "dl-dld" library,
  129.    ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
  130.    as well as the "GNU dld" library,
  131.    ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
  132.    Don't bother on SunOS 4 or 5, they already have dynamic linking using
  133.    shared libraries */ 
  134. /* #undef WITH_DL_DLD */
  135.  
  136. /* Define if you want to compile in rudimentary thread support */
  137. /* #undef WITH_THREAD */
  138.  
  139. /* Define if you want to use the GNU readline library */
  140. /* #undef WITH_READLINE */
  141.  
  142. /* Define if you have chown() */
  143. /* #define HAVE_CHOWN 1 */
  144.  
  145. /* Define if you have link() */
  146. /* #define HAVE_LINK 1 */
  147.  
  148. /* Define if you have clock.  */
  149. #define HAVE_CLOCK 1
  150.  
  151. /* Define if you have dlopen.  */
  152. /* #undef HAVE_DLOPEN */
  153.  
  154. /* Define if you have ftime.  */
  155. #define HAVE_FTIME 1
  156.  
  157. /* Define if you have getpeername.  */
  158. #define HAVE_GETPEERNAME 1
  159.  
  160. /* Define if you have getpgrp.  */
  161. /* #define HAVE_GETPGRP 1 */
  162.  
  163. /* Define if you have setuid */
  164. /* #define HAVE_SETUID 1 */
  165.  
  166. /* Define if you have setgid */
  167. /* #define HAVE_GETGID 1 */
  168.  
  169. /* Define if you have getpid.  */
  170. #define HAVE_GETPID 1
  171.  
  172. /* Define if you have gettimeofday.  */
  173. #define HAVE_GETTIMEOFDAY 1
  174.  
  175. /* Define if you have getwd.  */
  176. #define HAVE_GETWD 1
  177.  
  178. /* Define if you have lstat.  */
  179. /* #define HAVE_LSTAT 1 */
  180.  
  181. /* Define if you have nice.  */
  182. /* #define HAVE_NICE 1 */
  183.  
  184. /* Define if you have readlink.  */
  185. /* #define HAVE_READLINK 1 */
  186.  
  187. /* Define if you have select.  */
  188. /* #define HAVE_SELECT 1 */
  189.  
  190. /* Define if you have setpgid.  */
  191. /* #define HAVE_SETPGID 1 */
  192.  
  193. /* Define if you have setpgrp.  */
  194. /* #define HAVE_SETPGRP 1 */
  195.  
  196. /* Define if you have setsid.  */
  197. /* #define HAVE_SETSID 1 */
  198.  
  199. /* Define if you have setvbuf.  */
  200. #define HAVE_SETVBUF 1
  201.  
  202. /* Define if you have siginterrupt.  */
  203. /* #define HAVE_SIGINTERRUPT 1 */
  204.  
  205. /* Define if you have symlink.  */
  206. /* #define HAVE_SYMLINK 1 */
  207.  
  208. /* Define if you have tcgetpgrp.  */
  209. /* #define HAVE_TCGETPGRP 1 */
  210.  
  211. /* Define if you have tcsetpgrp.  */
  212. /* #define HAVE_TCSETPGRP 1 */
  213.  
  214. /* Define if you have times.  */
  215. #define HAVE_TIMES 1
  216.  
  217. /* Define if you have uname.  */
  218. #define HAVE_UNAME 1
  219.  
  220. /* Define if you have waitpid.  */
  221. #define HAVE_WAITPID 1
  222.  
  223. /* Define if you have the <dlfcn.h> header file.  */
  224. /* #undef HAVE_DLFCN_H */
  225.  
  226. /* Define if you have the <fcntl.h> header file.  */
  227. #define HAVE_FCNTL_H 1
  228.  
  229. /* Define if you have the <signal.h> header file.  */
  230. #define HAVE_SIGNAL_H 1
  231.  
  232. /* Define if you have the <stdarg.h> header file.  */
  233. #define HAVE_STDARG_H 1
  234.  
  235. /* Define if you have the <stdlib.h> header file.  */
  236. #define HAVE_STDLIB_H 1
  237.  
  238. /* Define if you have the <sys/audioio.h> header file.  */
  239. /* #undef HAVE_SYS_AUDIOIO_H */
  240.  
  241. /* Define if you have the <sys/param.h> header file.  */
  242. #define HAVE_SYS_PARAM_H 1
  243.  
  244. /* Define if you have the <sys/select.h> header file.  */
  245. /* #undef HAVE_SYS_SELECT_H */
  246.  
  247. /* Define if you have the <sys/time.h> header file.  */
  248. #define HAVE_SYS_TIME_H 1
  249.  
  250. /* Define if you have the <sys/times.h> header file.  */
  251. #define HAVE_SYS_TIMES_H 1
  252.  
  253. /* Define if you have the <sys/un.h> header file.  */
  254. #define HAVE_SYS_UN_H 1
  255.  
  256. /* Define if you have the <sys/utsname.h> header file.  */
  257. #define HAVE_SYS_UTSNAME_H 1
  258.  
  259. /* Define if you have the <thread.h> header file.  */
  260. /* #undef HAVE_THREAD_H */
  261.  
  262. /* Define if you have the <unistd.h> header file.  */
  263. #define HAVE_UNISTD_H 1
  264.  
  265. /* Define if you have the <utime.h> header file.  */
  266. /* #define HAVE_UTIME_H 1 */
  267.  
  268. /* Define if you have the <grp.h> header file. */
  269. /* #define HAVE_GRP_H 1 */
  270.  
  271. /* Define if you have the <un.h> header file. */
  272. /* #define HAVE_UN_H 1 */
  273.  
  274. /* Define if you have the dl library (-ldl).  */
  275. /* #undef HAVE_LIBDL */
  276.  
  277. /* Define if you have the inet library (-linet).  */
  278. /* #undef HAVE_LIBINET */
  279.  
  280. /* Define if you have the mpc library (-lmpc).  */
  281. /* #undef HAVE_LIBMPC */
  282.  
  283. /* Define if you have the nsl library (-lnsl).  */
  284. /* #undef HAVE_LIBNSL */
  285.  
  286. /* Define if you have the seq library (-lseq).  */
  287. /* #undef HAVE_LIBSEQ */
  288.  
  289. /* Define if you have the socket library (-lsocket).  */
  290. /* #undef HAVE_LIBSOCKET */
  291.  
  292. /* Define if you have the sun library (-lsun).  */
  293. /* #undef HAVE_LIBSUN */
  294.  
  295. /* Define if you have the termcap library (-ltermcap).  */
  296. /* #undef HAVE_LIBTERMCAP */
  297.  
  298. /* Define if you have the termlib library (-ltermlib).  */
  299. /* #undef HAVE_LIBTERMLIB */
  300.  
  301. /* Define if you have the thread library (-lthread).  */
  302. /* #undef HAVE_LIBTHREAD */
  303.